home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / console.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  452 b   |  7 lines

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. #macro CDInputHandler(events,consoleDevice) IS Stores(consoledevice,events,consoleDevice) BUT Loads(A6,A0,A1) BUT ASM ' jsr -42(a6)'
  6. #macro RawKeyConvert(events,buffer,length,keyMap) IS ASM ' movem.l d2-d3/a2-a3,-(a7)' BUT Stores(consoledevice,events,buffer,length,keyMap) BUT Loads(A6,A0,A1,D1,A2) BUT ASM ' jsr -48(a6)' BUT ASM ' movem.l (a7)+, d2-d3/a2-a3'
  7.